home *** CD-ROM | disk | FTP | other *** search
/ World of Education / World of Education.iso / world_a / 3tfirst.zip / HFIRST.BAT < prev    next >
DOS Batch File  |  1980-01-01  |  896b  |  20 lines

  1. ECHO OFF
  2. cls
  3. c:
  4. cd\
  5. mkdir \3tfirst
  6. cd\3tfirst
  7. copy a:*.*
  8. cls
  9. echo      ***********************************************************
  10. echo      *   Your Professor 3T  Tutorial is now installed on       *
  11. echo      *   your   DISK DRIVE C:                                  *
  12. echo      *   Your  SUBDIRECTORY name is 3TFIRST.                   *
  13. echo      *   Now do the following:                                 *
  14. echo      *   a) At the A: prompt, type C: and press the ENTER.     * 
  15. echo      *   b) At the C: prompt, type  CD\3TFIRST and press ENTER.*   
  16. echo      *   c) At the C:\3TFIRST (your subdirectory),             *
  17. echo      *      type  3TFIRST  and press the RETURN KEY.           *
  18. echo      *   d) Enjoy learning with your Professor 3T Tutorial.    *
  19. echo      ***********************************************************
  20.